home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / source9 / scratch / mscomm / about.dfm / about.txt next >
Encoding:
Text File  |  1995-12-22  |  2.4 KB  |  117 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 257
  3.   Top = 279
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 164
  7.   ClientWidth = 237
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 136
  18.     Width = 74
  19.     Height = 13
  20.     Caption = 'Control Version:'
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object lblVersion: TLabel
  28.     Left = 88
  29.     Top = 136
  30.     Width = 29
  31.     Height = 13
  32.     AutoSize = False
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 8
  41.     Top = 8
  42.     Width = 221
  43.     Height = 117
  44.     BevelInner = bvRaised
  45.     BevelOuter = bvLowered
  46.     TabOrder = 0
  47.     object ProgramIcon: TImage
  48.       Left = 20
  49.       Top = 20
  50.       Width = 32
  51.       Height = 32
  52.       AutoSize = True
  53.       Picture.Data = {<image000.ico>}
  54.       Stretch = True
  55.       IsControl = True
  56.     end
  57.     object ProductName: TLabel
  58.       Left = 72
  59.       Top = 16
  60.       Width = 76
  61.       Height = 13
  62.       Caption = 'TComm demo'
  63.       Font.Color = clBlack
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.       IsControl = True
  69.     end
  70.     object Version: TLabel
  71.       Left = 72
  72.       Top = 36
  73.       Width = 107
  74.       Height = 13
  75.       Caption = 'Written by Jeff Atwood'
  76.       Font.Color = clBlack
  77.       Font.Height = -11
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = []
  80.       ParentFont = False
  81.       IsControl = True
  82.     end
  83.     object Copyright: TLabel
  84.       Left = 8
  85.       Top = 64
  86.       Width = 205
  87.       Height = 45
  88.       AutoSize = False
  89.       Caption = 
  90.         'All this stuff is freeware! See MSCOMM unit for in-depth comment' +
  91.         's and documentation.'
  92.       Font.Color = clBlack
  93.       Font.Height = -11
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = []
  96.       ParentFont = False
  97.       IsControl = True
  98.     end
  99.   end
  100.   object btnOK: TButton
  101.     Left = 140
  102.     Top = 132
  103.     Width = 89
  104.     Height = 25
  105.     Cancel = True
  106.     Caption = 'OK'
  107.     Default = True
  108.     Font.Color = clBlack
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ParentFont = False
  113.     TabOrder = 1
  114.     OnClick = btnOKClick
  115.   end
  116. end
  117.